home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRFMTFORM / TFRFMTFORM.txt
Text File  |  2002-03-27  |  2KB  |  123 lines

  1. object frFmtForm: TfrFmtForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Variable formatting'
  7.   ClientHeight = 217
  8.   ClientWidth = 276
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox2: TGroupBox
  20.     Left = 4
  21.     Top = 1
  22.     Width = 268
  23.     Height = 180
  24.     TabOrder = 0
  25.     object Label3: TLabel
  26.       Left = 96
  27.       Top = 152
  28.       Width = 32
  29.       Height = 13
  30.       Alignment = taRightJustify
  31.       Caption = 'Format'
  32.       FocusControl = FormatEdit
  33.     end
  34.     object Label1: TLabel
  35.       Left = 8
  36.       Top = 124
  37.       Width = 65
  38.       Height = 13
  39.       Caption = 'Decimal digits'
  40.       FocusControl = DecEdit
  41.     end
  42.     object Label2: TLabel
  43.       Left = 164
  44.       Top = 124
  45.       Width = 62
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'Frac delimiter'
  49.       FocusControl = SplEdit
  50.     end
  51.     object CatLB: TListBox
  52.       Left = 8
  53.       Top = 16
  54.       Width = 121
  55.       Height = 97
  56.       HelpContext = 21
  57.       ItemHeight = 13
  58.       TabOrder = 0
  59.       OnClick = CatLBClick
  60.     end
  61.     object TypeLB: TListBox
  62.       Left = 136
  63.       Top = 16
  64.       Width = 121
  65.       Height = 97
  66.       HelpContext = 31
  67.       ItemHeight = 13
  68.       TabOrder = 1
  69.       OnClick = TypeLBClick
  70.     end
  71.     object FormatEdit: TEdit
  72.       Left = 136
  73.       Top = 148
  74.       Width = 121
  75.       Height = 21
  76.       HelpContext = 61
  77.       TabOrder = 2
  78.     end
  79.     object DecEdit: TEdit
  80.       Left = 84
  81.       Top = 120
  82.       Width = 25
  83.       Height = 21
  84.       HelpContext = 51
  85.       TabOrder = 3
  86.       Text = '0'
  87.     end
  88.     object SplEdit: TEdit
  89.       Left = 232
  90.       Top = 120
  91.       Width = 25
  92.       Height = 21
  93.       HelpContext = 41
  94.       MaxLength = 1
  95.       TabOrder = 4
  96.       Text = 'SplEdit'
  97.       OnEnter = SplEditEnter
  98.     end
  99.   end
  100.   object Button1: TButton
  101.     Left = 117
  102.     Top = 188
  103.     Width = 75
  104.     Height = 25
  105.     HelpContext = 40
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111.   object Button2: TButton
  112.     Left = 197
  113.     Top = 188
  114.     Width = 75
  115.     Height = 25
  116.     HelpContext = 50
  117.     Cancel = True
  118.     Caption = 'Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 2
  121.   end
  122. end
  123.